home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-10-14 | 535 b | 22 lines | [TEXT/CWIE] |
- // =================================================================================
- // Copyright © 1996 Michael Schürig
- //
- // You may copy this file, rip it apart or use it in derivative work as long
- // as you don't change the original file and this message remains intact.
- // =================================================================================
-
- #include "TMPLParser.h"
-
- void
- main()
- {
- TMPLParser *rp;
- Handle h;
-
- h = Get1NamedResource('TMPL', "\paete");
-
- rp = new TMPLParser(h);
-
- rp->WriteParser("AeteParser");
- }
-